This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
URLAccessFileInfo(filename as string, byref type as string, byref creator as string) | ||||
global method, URLAccess | Mi, 4. Sep 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Obtains the file type and creator of a file. | ||||
Example:
dim f,t,c as string f="test.jpg" URLAccessFileInfo f,t,c msgBox t+"/"+c | ||||
Notes:
The URLGetFileInfo function obtains the file type and creator codes for a specified filename. The type and creator codes are determined by the Internet configuration mapping table and are based on the filename extension. For example, if you pass the filename “jane.txt”, URLGetFileInfo will return 'TEXT' in the type parameter and 'ttxt' in the creator parameter. Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later. | ||||
URLAccessIdle | ||||
global method, URLAccess | Mi, 4. Sep 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Gives time to URL Access to process your transfers. | ||||
Notes:
Call this function inside a timer while you use the Open function from the URLAccessTransfer class. | ||||
URLAccessVersion as integer | ||||
global method, URLAccess | Mi, 4. Sep 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Returns URL Access version code. |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.